thread class meaning in English
线程类
Examples
- Complex thread class
复杂线程类 - Initializes a new instance of the thread class , specifying the maximum stack size for the thread
类的新实例,指定线程的最大堆栈大小。 - New members that use an acl have been added to the i o , registry , and threading classes
I / o类、注册表类和线程类中添加了使用acl的新成员。 - Many methods of the managed threading classes provide time - outs to help you detect deadlocks
托管线程处理类的许多方法都提供了超时设定,可帮您检测到死锁。 - The thread could be implemented by using runnable interface or by inheriting from the thread class
线程可以执行调用可运行接口或从线程类继承.前者是较为有利。